Search Criteria
Package Details: input-remapper-git 2.2.0.r3.gb66def98-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/input-remapper-git.git (read-only, click to copy) |
|---|---|
| Package Base: | input-remapper-git |
| Description: | A tool to change and program the mapping of your input device buttons. |
| Upstream URL: | https://github.com/sezanzeb/input-remapper/ |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | input-remapper, key-mapper |
| Provides: | input-remapper |
| Submitter: | sezanzeb |
| Maintainer: | sezanzeb |
| Last Packager: | sezanzeb |
| Votes: | 40 |
| Popularity: | 3.11 |
| First Submitted: | 2022-01-01 12:10 (UTC) |
| Last Updated: | 2025-11-09 13:18 (UTC) |
Dependencies (12)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtksourceview4
- python-cairo (python-cairo-gitAUR)
- python-dasbus
- python-evdev
- python-gobject
- python-packaging
- python-psutil
- python-pydantic
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- xorg-xmodmap (optional) – symbol names matching the keyboard layout
Latest Comments
1 2 3 4 Next › Last »
TNE commented on 2025-10-30 06:10 (UTC)
This package needs python-setuptools as a normal dependency, not just a make dependency. The application does not function otherwise.
muffin82 commented on 2025-10-17 18:43 (UTC)
why is this flagged ? installed without issues
terrorwolf commented on 2025-10-04 14:42 (UTC)
Just installed it and can use it without Problems.
Maziar commented on 2025-09-24 15:52 (UTC)
for autoload i think need:
Create override directory
sudo mkdir -p /etc/systemd/system/input-remapper.service.d
Create override file with autoload trigger
sudo tee /etc/systemd/system/input-remapper.service.d/autoload.conf << 'EOF' [Service] ExecStartPost=/bin/sleep 5 ExecStartPost=/usr/bin/input-remapper-control --command autoload EOF
Reload and restart
sudo systemctl daemon-reload sudo systemctl restart input-remapper
Obseer commented on 2025-09-21 21:31 (UTC)
This is broken for me also:
Seems like the Python env is set up incorrectly by the package.
lucasheringer commented on 2025-05-27 15:08 (UTC)
Looks like package is broken
dreieck commented on 2025-02-09 14:50 (UTC)
You need to make the license identifier SPDX compliant:
Also,
python-richmight be an optional dependency:Regards and thanks for the package!
saghm commented on 2024-12-01 22:41 (UTC)
From playing around with this a bit more, this might not actually be a new issue, and there might be something weird with my own local setup. I'll follow-up (either here or on a new Github issue as appropriate) if I do find something I think is a bug, but for now I think you can ignore my previous comment.
saghm commented on 2024-12-01 22:32 (UTC)
I just updated this, and it seems like the most recent commit has changed the way the daemon looks for the config; when trying to start it now, it looks for the config in
/root/.configinstead of my user's home directory:sezanzeb, it looks like you're also the developer of the tool itself, so would you be able to shed light on whether this is an intentional change or not? I could imagine this either being intentional to allow it to run as a user service rather than a system-wide one or an accidental bug due to some refactoring.
Since I'm not sure if this is an issue for
input-remapperas a whole or just a quirk with the AUR package, I figured I'd ask here rather than make a Github issue. I'm fine with just sticking with the previous commit for now, so this isn't a super urgent issue that needs to be fixed (at least for me).sezanzeb commented on 2024-10-28 20:02 (UTC)
Thanks @Tissousle, I added it as dependency. I haven't used arch based distros in quite some time, I hope I remembered enough to do it correctly. It seemed to work in my virtual machine at least. If something is still not working correctly, please tell me what to do exactly.
1 2 3 4 Next › Last »